* src/process.c (start_process_unwind): Treat any pid <= 0, except -2,
authorGlenn Morris <rgm@gnu.org>
Tue, 6 Dec 2011 08:17:35 +0000 (00:17 -0800)
committerGlenn Morris <rgm@gnu.org>
Tue, 6 Dec 2011 08:17:35 +0000 (00:17 -0800)
commit239214d079c0f67e2000e08d6163ff9f753230a0
tree1dcf64dcc4a802c84f6607a197c80195bdfc585d
parent18635ac2a37d44f3784f4787667e1409d205c02a
* src/process.c (start_process_unwind): Treat any pid <= 0, except -2,
as an error, not just -1.
For example, make_process inits the pid to 0.
src/ChangeLog
src/process.c